go/types.Checker.record (method)

4 uses

	go/types (current package)
		builtins.go#L693: 			check.record(&operand{mode, selx, obj.Type(), nil, 0})
		call.go#L109: 		check.record(x)
		check.go#L403: func (check *Checker) record(x *operand) {
		expr.go#L1214: 	check.record(x)